电子word编辑器此程序实现了word内容,能保存多种方式的文件,内有测试的示例。
.
├── EMREditDesigner
│ ├── EMREditDesigner
│ │ ├── Barcode
│ │ │ ├── BarcodeStrings.Designer.cs
│ │ │ ├── BarcodeStrings.resx
│ │ │ └── BarcodeStyle.cs
│ │ ├── Calculator
│ │ │ ├── BinaryExpressionType.cs
│ │ │ ├── BinaryExpresssion.cs
│ │ │ ├── EvaluateFunctionHandler.cs
│ │ │ ├── EvaluateParameterHandler.cs
│ │ │ ├── EvaluateValueHandler.cs
│ │ │ ├── EvaluationVisitor.cs
│ │ │ ├── FunctionArgs.cs
│ │ │ ├── FunctionExpression.cs
│ │ │ ├── LogicalExpression.cs
│ │ │ ├── LogicalExpressionVisitor.cs
│ │ │ ├── ParameterArgs.cs
│ │ │ ├── ParameterExpression.cs
│ │ │ ├── UnaryExpression.cs
│ │ │ ├── UnaryExpressionType.cs
│ │ │ ├── ValueExpression.cs
│ │ │ └── ValueType.cs
│ │ ├── Class89.cs
│ │ ├── Class91.cs
│ │ ├── Class95.cs
│ │ ├── ClassDiagram1.cd
│ │ ├── Commands
│ │ │ ├── BorderBackgroundCommandParameter.cs
│ │ │ ├── BorderCommandApplyRange.cs
│ │ │ ├── BorderSettingsStyle.cs
│ │ │ ├── Images
│ │ │ │ ├── CommandBorderBottom.bmp
│ │ │ │ ├── CommandBorderLeft.bmp
│ │ │ │ ├── CommandBorderRight.bmp
│ │ │ │ ├── CommandBorderTop.bmp
│ │ │ │ ├── imageListBoxItem1.Image.bmp
│ │ │ │ ├── imageListBoxItem2.Image.bmp
│ │ │ │ ├── imageListBoxItem3.Image.bmp
│ │ │ │ ├── imageListBoxItem4.Image.bmp
│ │ │ │ ├── imageListBoxItem5.Image.bmp
│ │ │ │ ├── imageListBoxItem6.Image.bmp
│ │ │ │ ├── imageListBoxItem7.Image.bmp
│ │ │ │ ├── imageListBoxItem8.Image.bmp
│ │ │ │ ├── imageListBoxItem9.Image.bmp
│ │ │ │ └── picBorderPreview.Image.bmp
│ │ │ ├── ParagraphFormatCommandParameter.cs
│ │ │ ├── SearchReplaceCommandArgs.cs
│ │ │ ├── UIStateRefreshLevel.cs
│ │ │ ├── WriterActionModuleList.cs
│ │ │ ├── WriterCommand.cs
│ │ │ ├── WriterCommandContainer.cs
│ │ │ ├── WriterCommandControler.cs
│ │ │ ├── WriterCommandDelegate.cs
│ │ │ ├── WriterCommandDescriptionAttribute.cs
│ │ │ ├── WriterCommandEventArgs.cs
│ │ │ ├── WriterCommandEventHandler.cs
│ │ │ ├── WriterCommandEventMode.cs
│ │ │ ├── WriterCommandList.cs
│ │ │ ├── WriterCommandModule.cs
│ │ │ ├── WriterCommandNameDlgEditor.cs
│ │ │ ├── XTextBarcodeFieldElementProperties.cs
│ │ │ ├── XTextCheckBoxElementProperties.cs
│ │ │ ├── XTextElementProperties.cs
│ │ │ ├── XTextImageElementProperties.cs
│ │ │ ├── XTextInputFieldElementProperties.cs
│ │ │ ├── XTextInputFieldElementPropertiesTypeConverter.cs
│ │ │ ├── XTextTableElementProperties.cs
│ │ │ ├── dlgAttributes.Designer.cs
│ │ │ ├── dlgAttributes.cs
│ │ │ ├── dlgAttributes.resx
│ │ │ ├── dlgBarcodeElementProperties.Designer.cs
│ │ │ ├── dlgBarcodeElementProperties.cs
│ │ │ ├── dlgBarcodeElementProperties.resx
│ │ │ ├── dlgCheckBoxElementProperties.Designer.cs
│ │ │ ├── dlgCheckBoxElementProperties.cs
│ │ │ ├── dlgCheckBoxElementProperties.resx
│ │ │ ├── dlgCommandNameEditor.Designer.cs
│ │ │ ├── dlgCommandNameEditor.cs
│ │ │ ├── dlgCommandNameEditor.resx
│ │ │ ├── dlgDocumentBorderBackground.Designer.cs
│ │ │ ├── dlgDocumentBorderBackground.cs
│ │ │ ├── dlgDocumentBorderBackground.resx
│ │ │ ├── dlgDocumentOptions.Designer.cs
│ │ │ ├── dlgDocumentOptions.cs
│ │ │ ├── dlgDocumentOptions.resx
│ │ │ ├── dlgElementTypeEditor.Designer.cs
│ │ │ ├── dlgElementTypeEditor.cs
│ │ │ ├── dlgElementTypeEditor.resx
│ │ │ ├── dlgInputFieldProperties.Designer.cs
│ │ │ ├── dlgInputFieldProperties.cs
│ │ │ ├── dlgInputFieldProperties.resx
│ │ │ ├── dlgInputFieldSettings.Designer.cs
│ │ │ ├── dlgInputFieldSettings.cs
│ │ │ ├── dlgInputFieldSettings.resx
│ │ │ ├── dlgInputRTF.Designer.cs
│ │ │ ├── dlgInputRTF.cs
│ │ │ ├── dlgInputRTF.resx
│ │ │ ├── dlgInputString.Designer.cs
│ │ │ ├── dlgInputString.cs
│ │ │ ├── dlgInputString.resx
│ │ │ ├── dlgInsertTable.Designer.cs
│ │ │ ├── dlgInsertTable.cs
│ │ │ ├── dlgInsertTable.resx
│ │ │ ├── dlgParagraphFormatcs.Designer.cs
│ │ │ ├── dlgParagraphFormatcs.cs
│ │ │ ├── dlgParagraphFormatcs.resx
│ │ │ ├── dlgRegister.Designer.cs
│ │ │ ├── dlgRegister.cs
│ │ │ ├── dlgRegister.resx
│ │ │ ├── dlgSearch.Designer.cs
│ │ │ ├── dlgSearch.cs
│ │ │ ├── dlgSearch.resx
│ │ │ ├── dlgSpecifyPaste.Designer.cs
│ │ │ ├── dlgSpecifyPaste.cs
│ │ │ ├── dlgSpecifyPaste.resx
│ │ │ ├── dlgWordCount.Designer.cs
│ │ │ ├── dlgWordCount.cs
│ │ │ ├── dlgWordCount.resx
│ │ │ ├── dlgXDataBinding.Designer.cs
│ │ │ ├── dlgXDataBinding.cs
│ │ │ └── dlgXDataBinding.resx
│ │ ├── Common
│ │ │ ├── DocumentCommentAttribute.cs
│ │ │ ├── HtmlAttachFile.cs
│ │ │ ├── HtmlAttachFileList.cs
│ │ │ ├── HtmlDocumentWriter.cs
│ │ │ ├── IVariableProvider.cs
│ │ │ ├── IXDependencyPropertyLoggable.cs
│ │ │ ├── IXDependencyPropertyLogger.cs
│ │ │ ├── ListDebugView.cs
│ │ │ ├── ListDictionary.cs
│ │ │ ├── ObfuscationLevelAttribute.cs
│ │ │ ├── ObfuscationLevelConst.cs
│ │ │ ├── ValueTypeStyle.cs
│ │ │ ├── ValueValidateStyle.cs
│ │ │ ├── ValueValidateStyleStrings.Designer.cs
│ │ │ ├── ValueValidateStyleStrings.cs
│ │ │ ├── ValueValidateStyleStrings.resx
│ │ │ ├── ValueValidateStyleTypeConverter.cs
│ │ │ ├── XDependencyObject.cs
│ │ │ ├── XDependencyObjectEventArgs.cs
│ │ │ ├── XDependencyObjectEventHandler.cs
│ │ │ ├── XDependencyProperty.cs
│ │ │ ├── XDependencyPropertyObjectValues.cs
│ │ │ ├── XHtmlBoxModelStyle.cs
│ │ │ ├── XHtmlDocumentSchema.cs
│ │ │ ├── XSRCategoryAttribute.cs
│ │ │ ├── XSRDescriptionAttribute.cs
│ │ │ ├── XWebBrowsersStyle.cs
│ │ │ ├── dlgValueValidateStyleEditor.Designer.cs
│ │ │ ├── dlgValueValidateStyleEditor.cs
│ │ │ └── dlgValueValidateStyleEditor.resx
│ │ ├── Controls
│ │ │ ├── CommandErrorEventArgs.cs
│ │ │ ├── CommandEventHandler.cs
│ │ │ ├── DateTimeSelectControl.cs
│ │ │ ├── ElementToolTip.cs
│ │ │ ├── ElementToolTipList.cs
│ │ │ ├── ElementValueEditContext.cs
│ │ │ ├── ElementValueEditor.cs
│ │ │ ├── ElementValueEditorEditStyle.cs
│ │ │ ├── TextPageViewControl.cs
│ │ │ ├── TextWindowsFormsEditorHost.cs
│ │ │ ├── ToolTipLevel.cs
│ │ │ ├── ToolTipStyle.cs
│ │ │ ├── WriterControl.cs
│ │ │ ├── WriterControl.resx
│ │ │ ├── XTextInputFieldElementValueEditor.cs
│ │ │ ├── XTreeListBoxEditControl.cs
│ │ │ ├── dlgAbout.Designer.cs
│ │ │ ├── dlgAbout.cs
│ │ │ └── dlgAbout.resx
│ │ ├── Data
│ │ │ ├── DataStrings.Designer.cs
│ │ │ ├── DataStrings.resx
│ │ │ ├── ValueFormatStyle.cs
│ │ │ ├── ValueFormater.cs
│ │ │ ├── ValueFormaterTypeConverter.cs
│ │ │ ├── ValueFormaterUIEditor.cs
│ │ │ ├── XDataBinding.cs
│ │ │ ├── XDataBindingPathItem.cs
│ │ │ ├── XDataBindingProvider.cs
│ │ │ ├── dlgFormatDesigner.Designer.cs
│ │ │ ├── dlgFormatDesigner.cs
│ │ │ └── dlgFormatDesigner.resx
│ │ ├── Dom
│ │ │ ├── BorderElementPosition.cs
│ │ │ ├── CheckBoxControlStyle.cs
│ │ │ ├── CompareHandler.cs
│ │ │ ├── ContentChangedEventArgs.cs
│ │ │ ├── ContentChangedEventHandler.cs
│ │ │ ├── ContentChangingEventArgs.cs
│ │ │ ├── ContentChangingEventHandler.cs
│ │ │ ├── ContentRangeMode.cs
│ │ │ ├── DocumentContentStyle.cs
│ │ │ ├── DocumentContentStyleContainer.cs
│ │ │ ├── DocumentContentWriter.cs
│ │ │ ├── DocumentControler.cs
│ │ │ ├── DocumentControlerSnapshot.cs
│ │ │ ├── DocumentEventArgs.cs
│ │ │ ├── DocumentEventStyles.cs
│ │ │ ├── DocumentInfo.cs
│ │ │ ├── DocumentPaintEventArgs.cs
│ │ │ ├── DocumentRenderStyle.cs
│ │ │ ├── DomAccessFlags.cs
│ │ │ ├── ElementEnumerateEventArgs.cs
│ │ │ ├── ElementEnumerateEventHandler.cs
│ │ │ ├── ElementEventList.cs
│ │ │ ├── ElementType.cs
│ │ │ ├── FilterValueEventArgs.cs
│ │ │ ├── FilterValueEventHandler.cs
│ │ │ ├── HighlightActiveStyle.cs
│ │ │ ├── HighlightInfo.cs
│ │ │ ├── HighlightInfoList.cs
│ │ │ ├── HighlightManager.cs
│ │ │ ├── IUndoable.cs
│ │ │ ├── InputFieldEditStyle.cs
│ │ │ ├── InputFieldListItem.cs
│ │ │ ├── InputFieldSettings.cs
│ │ │ ├── InputValueSource.cs
│ │ │ ├── InputValueType.cs
│ │ │ ├── LinkClickEventArgs.cs
│ │ │ ├── LinkClickEventHandler.cs
│ │ │ ├── MouseCaptureInfo.cs
│ │ │ ├── PageLineInfo.cs
│ │ │ ├── ParagraphListStyle.cs
│ │ │ ├── ParameterValueUpdateMode.cs
│ │ │ ├── SelectionChangingEventArgs.cs
│ │ │ ├── SelectionChangingEventHandler.cs
│ │ │ ├── ShapeDocumentImagePage.cs
│ │ │ ├── ValueValidateResult.cs
│ │ │ ├── ValueValidateResultList.cs
│ │ │ ├── WordCountResult.cs
│ │ │ ├── XAttribute.cs
│ │ │ ├── XAttributeList.cs
│ │ │ ├── XTextBarcodeFieldElement.cs
│ │ │ ├── XTextBlockElement.cs
│ │ │ ├── XTextBookmark.cs
│ │ │ ├── XTextCharElement.cs
│ │ │ ├── XTextCheckBoxElement.cs
│ │ │ ├── XTextCheckBoxElementBase.cs
│ │ │ ├── XTextContainerElement.cs
│ │ │ ├── XTextContent.cs
│ │ │ ├── XTextContentElement.cs
│ │ │ ├── XTextContentRender.cs
│ │ │ ├── XTextDocument.cs
│ │ │ ├── XTextDocumentBodyElement.cs
│ │ │ ├── XTextDocumentContentElement.cs
│ │ │ ├── XTextDocumentFooterElement.cs
│ │ │ ├── XTextDocumentHeaderElement.cs
│ │ │ ├── XTextDocumentList.cs
│ │ │ ├── XTextDocumentUndoList.cs
│ │ │ ├── XTextEOFElement.cs
│ │ │ ├── XTextElement.cs
│ │ │ ├── XTextElementDescriptorAttribute.cs
│ │ │ ├── XTextElementList.cs
│ │ │ ├── XTextFieldBorderElement.cs
│ │ │ ├── XTextFieldElement.cs
│ │ │ ├── XTextImageElement.cs
│ │ │ ├── XTextInputFieldElement.cs
│ │ │ ├── XTextInputFieldElementBase.cs
│ │ │ ├── XTextLine.cs
│ │ │ ├── XTextLineBreakElement.cs
│ │ │ ├── XTextLineList.cs
│ │ │ ├── XTextObjectElement.cs
│ │ │ ├── XTextPageBreakElement.cs
│ │ │ ├── XTextParagraphElement.cs
│ │ │ ├── XTextParagraphFlagElement.cs
│ │ │ ├── XTextParagraphListItemElement.cs
│ │ │ ├── XTextParameterElement.cs
│ │ │ ├── XTextRange.cs
│ │ │ ├── XTextSelection.cs
│ │ │ ├── XTextShapeInputFieldElement.cs
│ │ │ ├── XTextStringElement.cs
│ │ │ ├── XTextTableCellElement.cs
│ │ │ ├── XTextTableColumnElement.cs
│ │ │ ├── XTextTableElement.cs
│ │ │ ├── XTextTableRowElement.cs
│ │ │ ├── XTextUndoStyles.cs
│ │ │ ├── XUndoEventArgs.cs
│ │ │ ├── XUndoGroup.cs
│ │ │ └── XUndoList.cs
│ │ ├── Drawing
│ │ │ ├── ContentStyle.cs
│ │ │ ├── ContentStyleContainer.cs
│ │ │ ├── ContentStyleList.cs
│ │ │ ├── CssLengthUnit.cs
│ │ │ ├── DefaultFontNameValueAttribute.cs
│ │ │ ├── DocumentContentAlignment.cs
│ │ │ ├── LengthUnit.cs
│ │ │ ├── LineSpacingStyle.cs
│ │ │ ├── MultiRectangleTransform.cs
│ │ │ ├── PageContentPartyStyle.cs
│ │ │ ├── ShapeTypes.cs
│ │ │ ├── SimpleRectangleTransform.cs
│ │ │ ├── TransformBase.cs
│ │ │ ├── VerticalAlignStyle.cs
│ │ │ ├── XBrushStyle.cs
│ │ │ ├── XBrushStyleConst.cs
│ │ │ ├── XBrushStyleTypeConverter.cs
│ │ │ ├── XFontValue.cs
│ │ │ ├── XFontValueEditor.cs
│ │ │ ├── XFontValueTypeConverter.cs
│ │ │ ├── XImageValue.cs
│ │ │ ├── XImageValueTypeConverter.cs
│ │ │ ├── XPenStyle.cs
│ │ │ ├── XPenStyleTypeConverter.cs
│ │ │ └── XPenStyleTypeEditor.cs
│ │ ├── EMREditDesigner.csproj
│ │ ├── EMREditDesigner.csproj.user
│ │ ├── Expression
│ │ │ ├── DocumentExpressionExecuter.cs
│ │ │ ├── EventExpressionInfo.cs
│ │ │ ├── EventExpressionInfoList.cs
│ │ │ ├── EventExpressionTarget.cs
│ │ │ ├── dlgEventExpressionInfos.Designer.cs
│ │ │ ├── dlgEventExpressionInfos.cs
│ │ │ └── dlgEventExpressionInfos.resx
│ │ ├── GClass467.cs
│ │ ├── GClass469.cs
│ │ ├── Html
│ │ │ ├── HtmlWriterOptions.cs
│ │ │ ├── WriterHtmlDocumentWriter.cs
│ │ │ └── WriterHtmlViewStyle.cs
│ │ ├── License
│ │ │ ├── LicenseFlagAttribute.cs
│ │ │ ├── LicenseStrings.Designer.cs
│ │ │ ├── LicenseStrings.resx
│ │ │ ├── MyLicenseDataAttribute.cs
│ │ │ ├── MyLicensePermissionAttribute.cs
│ │ │ ├── dlgStartPassword.Designer.cs
│ │ │ ├── dlgStartPassword.cs
│ │ │ └── dlgStartPassword.resx
│ │ ├── Medical
│ │ │ ├── MedicalExpressionStyle.cs
│ │ │ ├── WriterCommandModuleMedical.cs
│ │ │ ├── XTextMedicalExpressionFieldElement.cs
│ │ │ ├── XTextMedicalExpressionFieldElementProperties.cs
│ │ │ ├── dlgMedicalExpressionProperties.Designer.cs
│ │ │ ├── dlgMedicalExpressionProperties.cs
│ │ │ └── dlgMedicalExpressionProperties.resx
│ │ ├── MyAntlr
│ │ │ ├── DFA.cs
│ │ │ ├── IIntStream.cs
│ │ │ ├── IToken.cs
│ │ │ ├── NoViableAltException.cs
│ │ │ └── RecognitionException.cs
│ │ ├── Printing
│ │ │ ├── ContentRenderMode.cs
│ │ │ ├── HeaderFooterFlagVisible.cs
│ │ │ ├── IPageDocument.cs
│ │ │ ├── JumpPrintInfo.cs
│ │ │ ├── MultiPageTransform.cs
│ │ │ ├── PageDocumentPaintEventArgs.cs
│ │ │ ├── PageViewControl.cs
│ │ │ ├── PageViewMode.cs
│ │ │ ├── PrintJob.cs
│ │ │ ├── PrintJobControlCommand.cs
│ │ │ ├── PrintJobStatus.cs
│ │ │ ├── PrintPage.cs
│ │ │ ├── PrintPageCollection.cs
│ │ │ ├── PrinterStatus.cs
│ │ │ ├── PrintingResources.Designer.cs
│ │ │ ├── PrintingResources.resx
│ │ │ ├── ViewTransformMode.cs
│ │ │ ├── XPageSettingEditor.cs
│ │ │ ├── XPageSettings.cs
│ │ │ ├── XPageSettingsTypeConverter.cs
│ │ │ ├── dlgPageSetup.Designer.cs
│ │ │ ├── dlgPageSetup.cs
│ │ │ ├── dlgPageSetup.resx
│ │ │ ├── dlgWaitPrintJob.Designer.cs
│ │ │ ├── dlgWaitPrintJob.cs
│ │ │ └── dlgWaitPrintJob.resx
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── RTF
│ │ │ ├── DocumentFormatInfo.cs
│ │ │ ├── HeaderFooterStyle.cs
│ │ │ ├── ProgressEventArgs.cs
│ │ │ ├── ProgressEventHandler.cs
│ │ │ ├── RTFAlignment.cs
│ │ │ ├── RTFColorTable.cs
│ │ │ ├── RTFContentWriter.cs
│ │ │ ├── RTFDocumentWriter.cs
│ │ │ ├── RTFDomFieldMethod.cs
│ │ │ ├── RTFFont.cs
│ │ │ ├── RTFFontTable.cs
│ │ │ ├── RTFObjectType.cs
│ │ │ ├── RTFPicType.cs
│ │ │ ├── RTFTokenType.cs
│ │ │ ├── RTFVerticalAlignment.cs
│ │ │ └── RTFWriter.cs
│ │ ├── Script
│ │ │ ├── AssemblySourceStyle.cs
│ │ │ ├── CompilerLanguage.cs
│ │ │ ├── DocumentScriptEngine.cs
│ │ │ ├── DomExpression.cs
│ │ │ ├── DomExpressionList.cs
│ │ │ ├── DomExpressionType.cs
│ │ │ ├── DotNetAssemblyInfo.cs
│ │ │ ├── DotNetAssemblyInfoConverter.cs
│ │ │ ├── DotNetAssemblyInfoList.cs
│ │ │ ├── MyStringList.cs
│ │ │ ├── ScriptAssemblyBuffer.cs
│ │ │ ├── ScriptError.cs
│ │ │ ├── ScriptErrorList.cs
│ │ │ ├── ScriptErrorStyle.cs
│ │ │ ├── ScriptGlobalObjectContainer.cs
│ │ │ ├── ScriptStrings.Designer.cs
│ │ │ ├── ScriptStrings.resx
│ │ │ ├── WriterWindow.cs
│ │ │ ├── XVBAEngine.cs
│ │ │ ├── XVBAOptions.cs
│ │ │ ├── XVBAScriptGlobalObject.cs
│ │ │ ├── XVBAScriptGlobalObjectList.cs
│ │ │ ├── XVBAWindowObject.cs
│ │ │ ├── dlgInputBox.Designer.cs
│ │ │ ├── dlgInputBox.cs
│ │ │ ├── dlgInputBox.resx
│ │ │ ├── frmScriptEdtior.Designer.cs
│ │ │ ├── frmScriptEdtior.cs
│ │ │ └── frmScriptEdtior.resx
│ │ ├── Security
│ │ │ ├── DocumentSecurityOptions.cs
│ │ │ ├── UserHistoryInfo.cs
│ │ │ ├── UserHistoryInfoList.cs
│ │ │ └── UserLoginInfo.cs
│ │ ├── ShapeEditor
│ │ │ ├── ControlPoint.cs
│ │ │ ├── DragElementEventArgs.cs
│ │ │ ├── DragElementEventStyle.cs
│ │ │ ├── ElementDesigner.cs
│ │ │ ├── ElementDesignerContainer.cs
│ │ │ ├── ElementDesignerState.cs
│ │ │ ├── EllipseElementDesigner.cs
│ │ │ ├── HitTestAreaStyle.cs
│ │ │ ├── HitTestEventArgs.cs
│ │ │ ├── LabelEditorControlType.cs
│ │ │ ├── LineElementDesigner.cs
│ │ │ ├── RectangleElementDesigner.cs
│ │ │ ├── ResourceStrings.Designer.cs
│ │ │ ├── ResourceStrings.resx
│ │ │ ├── ShapeContainerElement.cs
│ │ │ ├── ShapeContentStyleContainer.cs
│ │ │ ├── ShapeDocument.cs
│ │ │ ├── ShapeDocumentControler.cs
│ │ │ ├── ShapeDocumentOptions.cs
│ │ │ ├── ShapeDocumentPage.cs
│ │ │ ├── ShapeDocumentViewOptions.cs
│ │ │ ├── ShapeEditorControl.cs
│ │ │ ├── ShapeElement.cs
│ │ │ ├── ShapeElementList.cs
│ │ │ ├── ShapeEllipseElement.cs
│ │ │ ├── ShapeFileFormat.cs
│ │ │ ├── ShapeLabelEditEventArgs.cs
│ │ │ ├── ShapeLineElement.cs
│ │ │ ├── ShapeMouseEventArgs.cs
│ │ │ ├── ShapeRectangleElement.cs
│ │ │ ├── ShapeRender.cs
│ │ │ ├── ShapeRenderEventArgs.cs
│ │ │ ├── ShapeRenderStyle.cs
│ │ │ ├── ShapeSelection.cs
│ │ │ ├── frmImageShapeEditor.Designer.cs
│ │ │ ├── frmImageShapeEditor.cs
│ │ │ └── frmImageShapeEditor.resx
│ │ ├── Undo
│ │ ├── WinForms
│ │ │ ├── ApplicationStyle.cs
│ │ │ ├── BorderUserControl.cs
│ │ │ ├── ColorButton.cs
│ │ │ ├── ColorStripMenuItem.cs
│ │ │ ├── DocumentViewControl.cs
│ │ │ ├── DocumentViewControl.resx
│ │ │ ├── DragPointStyle.cs
│ │ │ ├── DragRectangle.cs
│ │ │ ├── ImageListBox.Designer.cs
│ │ │ ├── ImageListBox.cs
│ │ │ ├── ImageListBoxItem.cs
│ │ │ ├── ImageListBoxItemCollection.cs
│ │ │ ├── ImageListBoxItemCollectionTypeConverter.cs
│ │ │ ├── ImageListBoxItemTypeConverter.cs
│ │ │ ├── MouseEventStyle.cs
│ │ │ ├── MyTreeListBoxEventHandler.cs
│ │ │ ├── ScrollToViewStyle.cs
│ │ │ ├── UserProcessState.cs
│ │ │ ├── XPopupForm.cs
│ │ │ ├── XTreeListBox.cs
│ │ │ ├── XTreeListBoxEventArgs.cs
│ │ │ ├── XTreeListBoxItem.cs
│ │ │ └── XTreeListBoxItemStyle.cs
│ │ ├── WinForms.Native
│ │ │ ├── BackGroundModeType.cs
│ │ │ ├── BitMapInfoCompressionType.cs
│ │ │ ├── CaptureMouseMoveEventArgs.cs
│ │ │ ├── CaptureMouseMoveEventHandler.cs
│ │ │ ├── ClassStyle.cs
│ │ │ ├── CursorName.cs
│ │ │ ├── DCRasterOperations.cs
│ │ │ ├── DeviceContextBase.cs
│ │ │ ├── DeviceContexts.cs
│ │ │ ├── DibColorTableType.cs
│ │ │ ├── FontQuality.cs
│ │ │ ├── MouseCapturer.cs
│ │ │ ├── Msgs.cs
│ │ │ ├── PeekMessageFlags.cs
│ │ │ ├── PenStyle.cs
│ │ │ ├── RedrawWindowFlags.cs
│ │ │ ├── RegionCombineMode.cs
│ │ │ ├── ReversibleDrawer.cs
│ │ │ ├── ReversibleShapeStyle.cs
│ │ │ ├── SPIActions.cs
│ │ │ ├── SetWindowLongType.cs
│ │ │ ├── SetWindowPosFlags.cs
│ │ │ ├── SetWindowsPosPosition.cs
│ │ │ ├── ShowWindowStyles.cs
│ │ │ ├── StockObjectType.cs
│ │ │ ├── SystemMetricsConst.cs
│ │ │ ├── SystemParametersAction.cs
│ │ │ ├── TimerProc.cs
│ │ │ ├── TrackMouseEventFlags.cs
│ │ │ ├── VirtualKeys.cs
│ │ │ ├── WNDPROC.cs
│ │ │ ├── Win32Caret.cs
│ │ │ ├── WindowExStyles.cs
│ │ │ └── WindowStyles.cs
│ │ ├── Writer
│ │ │ ├── CommonTypeConverter.cs
│ │ │ ├── DocumentBehaviorOptions.cs
│ │ │ ├── DocumentEditOptions.cs
│ │ │ ├── DocumentOptions.cs
│ │ │ ├── DocumentParameter.cs
│ │ │ ├── DocumentParameterCollection.cs
│ │ │ ├── DocumentParameterValueType.cs
│ │ │ ├── DocumentValueValidateMode.cs
│ │ │ ├── DocumentViewOptions.cs
│ │ │ ├── EnableState.cs
│ │ │ ├── FileFormat.cs
│ │ │ ├── IInputFieldListItemProvider.cs
│ │ │ ├── SelectionHighlightStyle.cs
│ │ │ ├── WriterAppHost.cs
│ │ │ ├── WriterAppHostConfig.cs
│ │ │ ├── WriterStrings.Designer.cs
│ │ │ └── WriterStrings.resx
│ │ ├── WriterResources.Designer.cs
│ │ ├── WriterResources.resx
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── EMREditDesigner.dll
│ │ │ │ └── EMREditDesigner.pdb
│ │ │ └── Release
│ │ │ ├── EMREditDesigner.dll
│ │ │ └── EMREditDesigner.pdb
│ │ ├── ns0
│ │ │ └── Class13.cs
│ │ ├── ns1
│ │ │ ├── Class14.cs
│ │ │ ├── Enum1.cs
│ │ │ ├── GClass1.cs
│ │ │ ├── GClass3.cs
│ │ │ ├── GClass5.cs
│ │ │ └── GException0.cs
│ │ ├── ns18
│ │ │ ├── Class86.cs
│ │ │ ├── GClass175.cs
│ │ │ ├── GClass177.cs
│ │ │ ├── GClass179.cs
│ │ │ └── GClass181.cs
│ │ ├── ns19
│ │ │ ├── GClass180.cs
│ │ │ └── GClass191.cs
│ │ ├── ns20
│ │ │ ├── Class187.cs
│ │ │ ├── Class87.cs
│ │ │ └── GClass201.cs
│ │ ├── ns26
│ │ │ ├── GClass445.cs
│ │ │ ├── GClass446.cs
│ │ │ ├── GClass448.cs
│ │ │ ├── GClass449.cs
│ │ │ ├── GClass462.cs
│ │ │ ├── GClass463.cs
│ │ │ ├── GClass464.cs
│ │ │ ├── GClass465.cs
│ │ │ ├── GClass466.cs
│ │ │ ├── GClass468.cs
│ │ │ ├── GClass470.cs
│ │ │ ├── GClass471.cs
│ │ │ ├── GClass472.cs
│ │ │ ├── GClass473.cs
│ │ │ ├── GClass474.cs
│ │ │ ├── GClass475.cs
│ │ │ ├── GClass476.cs
│ │ │ ├── GClass478.cs
│ │ │ ├── GClass479.cs
│ │ │ ├── GClass480.cs
│ │ │ ├── GException10.cs
│ │ │ ├── GException12.cs
│ │ │ ├── GException13.cs
│ │ │ ├── GException4.cs
│ │ │ ├── GException5.cs
│ │ │ ├── GException6.cs
│ │ │ ├── GException7.cs
│ │ │ ├── GException8.cs
│ │ │ ├── GException9.cs
│ │ │ ├── GInterface10.cs
│ │ │ ├── GInterface11.cs
│ │ │ ├── GInterface6.cs
│ │ │ ├── GInterface7.cs
│ │ │ ├── GInterface8.cs
│ │ │ └── GInterface9.cs
│ │ ├── ns28
│ │ │ ├── Class146.cs
│ │ │ ├── Class222.cs
│ │ │ ├── GClass427.cs
│ │ │ ├── GClass430.cs
│ │ │ ├── GClass431.cs
│ │ │ ├── GClass432.cs
│ │ │ ├── GClass433.cs
│ │ │ ├── GClass434.cs
│ │ │ ├── GClass435.cs
│ │ │ ├── GClass436.cs
│ │ │ ├── GClass437.cs
│ │ │ ├── GClass438.cs
│ │ │ └── GClass439.cs
│ │ ├── ns29
│ │ │ ├── GClass186.cs
│ │ │ └── GClass187.cs
│ │ ├── ns3
│ │ │ ├── GClass243.cs
│ │ │ ├── GClass35.cs
│ │ │ ├── GClass39.cs
│ │ │ ├── GClass45.cs
│ │ │ ├── GClass49.cs
│ │ │ ├── GClass50.cs
│ │ │ ├── GClass51.cs
│ │ │ ├── GClass54.cs
│ │ │ ├── GClass55.cs
│ │ │ └── GClass56.cs
│ │ ├── ns31
│ │ │ └── GClass192.cs
│ │ ├── ns32
│ │ │ └── GClass193.cs
│ │ ├── ns33
│ │ │ └── Class162.cs
│ │ ├── ns34
│ │ │ └── GClass204.cs
│ │ ├── ns36
│ │ │ └── GClass211.cs
│ │ ├── ns37
│ │ │ └── Class165.cs
│ │ ├── ns39
│ │ │ ├── GClass214.cs
│ │ │ ├── GClass215.cs
│ │ │ ├── GClass220.cs
│ │ │ ├── GClass229.cs
│ │ │ └── GClass232.cs
│ │ ├── ns4
│ │ │ ├── GClass69.cs
│ │ │ ├── GClass70.cs
│ │ │ ├── GClass71.cs
│ │ │ ├── GClass73.cs
│ │ │ ├── GClass75.cs
│ │ │ ├── GClass78.cs
│ │ │ ├── GClass79.cs
│ │ │ ├── GClass85.cs
│ │ │ ├── GClass86.cs
│ │ │ ├── GClass87.cs
│ │ │ ├── GClass88.cs
│ │ │ ├── GClass89.cs
│ │ │ ├── GClass91.cs
│ │ │ ├── GClass95.cs
│ │ │ ├── GClass97.cs
│ │ │ ├── GStruct10.cs
│ │ │ ├── GStruct11.cs
│ │ │ ├── GStruct12.cs
│ │ │ ├── GStruct13.cs
│ │ │ ├── GStruct14.cs
│ │ │ ├── GStruct15.cs
│ │ │ ├── GStruct2.cs
│ │ │ ├── GStruct4.cs
│ │ │ ├── GStruct5.cs
│ │ │ ├── GStruct6.cs
│ │ │ ├── GStruct7.cs
│ │ │ ├── GStruct8.cs
│ │ │ └── GStruct9.cs
│ │ ├── ns43
│ │ │ └── GClass248.cs
│ │ ├── ns45
│ │ │ ├── GClass288.cs
│ │ │ ├── GClass303.cs
│ │ │ ├── GClass304.cs
│ │ │ ├── GClass305.cs
│ │ │ ├── GClass323.cs
│ │ │ ├── GClass328.cs
│ │ │ ├── GClass351.cs
│ │ │ ├── GClass356.cs
│ │ │ ├── GClass357.cs
│ │ │ ├── GClass358.cs
│ │ │ └── GClass359.cs
│ │ ├── ns47
│ │ │ └── Class189.cs
│ │ ├── ns48
│ │ │ ├── Class190.cs
│ │ │ ├── Class191.cs
│ │ │ ├── Class192.cs
│ │ │ ├── GClass376.cs
│ │ │ ├── GClass377.cs
│ │ │ ├── GClass378.cs
│ │ │ ├── GClass379.cs
│ │ │ ├── GClass380.cs
│ │ │ ├── GClass381.cs
│ │ │ ├── GClass382.cs
│ │ │ ├── GClass384.cs
│ │ │ ├── GClass385.cs
│ │ │ ├── GClass386.cs
│ │ │ ├── GClass387.cs
│ │ │ ├── GClass388.cs
│ │ │ ├── GClass389.cs
│ │ │ ├── GClass390.cs
│ │ │ ├── GClass391.cs
│ │ │ ├── GClass392.cs
│ │ │ ├── GClass393.cs
│ │ │ ├── GClass394.cs
│ │ │ ├── GClass395.cs
│ │ │ ├── GClass396.cs
│ │ │ ├── GClass397.cs
│ │ │ ├── GClass398.cs
│ │ │ ├── GClass399.cs
│ │ │ ├── GClass401.cs
│ │ │ ├── GClass402.cs
│ │ │ ├── GClass403.cs
│ │ │ ├── GClass405.cs
│ │ │ ├── GClass406.cs
│ │ │ ├── GClass407.cs
│ │ │ └── GClass408.cs
│ │ ├── ns5
│ │ │ └── GClass99.cs
│ │ ├── ns56
│ │ │ ├── Class249.cs
│ │ │ ├── Class250.cs
│ │ │ └── GClass485.cs
│ │ ├── ns6
│ │ │ ├── Class30.cs
│ │ │ ├── Class31.cs
│ │ │ ├── Class32.cs
│ │ │ ├── Class33.cs
│ │ │ ├── Class34.cs
│ │ │ ├── Class35.cs
│ │ │ ├── Class36.cs
│ │ │ ├── Class37.cs
│ │ │ ├── Class38.cs
│ │ │ ├── Class39.cs
│ │ │ ├── Class40.cs
│ │ │ ├── Class41.cs
│ │ │ ├── Class42.cs
│ │ │ ├── Class43.cs
│ │ │ ├── Class44.cs
│ │ │ ├── Class45.cs
│ │ │ ├── Class46.cs
│ │ │ ├── Class47.cs
│ │ │ └── GClass103.cs
│ │ ├── ns7
│ │ │ ├── Class163.cs
│ │ │ ├── Class55.cs
│ │ │ ├── Class56.cs
│ │ │ ├── Class57.cs
│ │ │ ├── Class58.cs
│ │ │ ├── GClass196.cs
│ │ │ ├── GClass197.cs
│ │ │ ├── GClass199.cs
│ │ │ └── GClass200.cs
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── EMRDesigner.Common.ValueValidateStyleStrings.resources
│ │ │ ├── EMREditDesigner.Barcode.BarcodeStrings.resources
│ │ │ ├── EMREditDesigner.Commands.dlgAttributes.resources
│ │ │ ├── EMREditDesigner.Commands.dlgBarcodeElementProperties.resources
│ │ │ ├── EMREditDesigner.Commands.dlgCheckBoxElementProperties.resources
│ │ │ ├── EMREditDesigner.Commands.dlgCommandNameEditor.resources
│ │ │ ├── EMREditDesigner.Commands.dlgDocumentBorderBackground.resources
│ │ │ ├── EMREditDesigner.Commands.dlgDocumentOptions.resources
│ │ │ ├── EMREditDesigner.Commands.dlgElementTypeEditor.resources
│ │ │ ├── EMREditDesigner.Commands.dlgInputFieldProperties.resources
│ │ │ ├── EMREditDesigner.Commands.dlgInputFieldSettings.resources
│ │ │ ├── EMREditDesigner.Commands.dlgInputRTF.resources
│ │ │ ├── EMREditDesigner.Commands.dlgInputString.resources
│ │ │ ├── EMREditDesigner.Commands.dlgInsertTable.resources
│ │ │ ├── EMREditDesigner.Commands.dlgParagraphFormatcs.resources
│ │ │ ├── EMREditDesigner.Commands.dlgRegister.resources
│ │ │ ├── EMREditDesigner.Commands.dlgSearch.resources
│ │ │ ├── EMREditDesigner.Commands.dlgSpecifyPaste.resources
│ │ │ ├── EMREditDesigner.Commands.dlgWordCount.resources
│ │ │ ├── EMREditDesigner.Commands.dlgXDataBinding.resources
│ │ │ ├── EMREditDesigner.Common.dlgValueValidateStyleEditor.resources
│ │ │ ├── EMREditDesigner.Controls.WriterControl.resources
│ │ │ ├── EMREditDesigner.Controls.dlgAbout.resources
│ │ │ ├── EMREditDesigner.Data.DataStrings.resources
│ │ │ ├── EMREditDesigner.Data.dlgFormatDesigner.resources
│ │ │ ├── EMREditDesigner.Expression.dlgEventExpressionInfos.resources
│ │ │ ├── EMREditDesigner.License.LicenseStrings.resources
│ │ │ ├── EMREditDesigner.License.dlgStartPassword.resources
│ │ │ ├── EMREditDesigner.Medical.dlgMedicalExpressionProperties.resources
│ │ │ ├── EMREditDesigner.Printing.PrintingResources.resources
│ │ │ ├── EMREditDesigner.Printing.dlgPageSetup.resources
│ │ │ ├── EMREditDesigner.Printing.dlgWaitPrintJob.resources
│ │ │ ├── EMREditDesigner.Script.ScriptStrings.resources
│ │ │ ├── EMREditDesigner.Script.dlgInputBox.resources
│ │ │ ├── EMREditDesigner.Script.frmScriptEdtior.resources
│ │ │ ├── EMREditDesigner.ShapeEditor.ResourceStrings.resources
│ │ │ ├── EMREditDesigner.ShapeEditor.frmImageShapeEditor.resources
│ │ │ ├── EMREditDesigner.Writer.WriterStrings.resources
│ │ │ ├── EMREditDesigner.WriterResources.resources
│ │ │ ├── EMREditDesigner.csproj.FileListAbsolute.txt
│ │ │ ├── EMREditDesigner.csproj.GenerateResource.Cache
│ │ │ ├── EMREditDesigner.dll
│ │ │ ├── EMREditDesigner.pdb
│ │ │ └── TempPE
│ │ │ ├── Barcode.BarcodeStrings.Designer.cs.dll
│ │ │ ├── Commands.Barcode.BarcodeStrings.Designer.cs.dll
│ │ │ ├── Commands.dlgDocumentBorderBackground1.Designer.cs.dll
│ │ │ ├── Common.ValueValidateStyleStrings.Designer.cs.dll
│ │ │ ├── Data.DataStrings.Designer.cs.dll
│ │ │ ├── License.LicenseStrings.Designer.cs.dll
│ │ │ ├── Printing.PrintingResources.Designer.cs.dll
│ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ ├── Script.ScriptStrings.Designer.cs.dll
│ │ │ ├── ShapeEditor.ResourceStrings.Designer.cs.dll
│ │ │ ├── Writer.WriterStrings.Designer.cs.dll
│ │ │ ├── WriterResources.Designer.cs.dll
│ │ │ └── WriterStrings.Designer.cs.dll
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── EMRDesigner.Common.ValueValidateStyleStrings.resources
│ │ ├── EMREditDesigner.Barcode.BarcodeStrings.resources
│ │ ├── EMREditDesigner.Commands.dlgAttributes.resources
│ │ ├── EMREditDesigner.Commands.dlgBarcodeElementProperties.resources
│ │ ├── EMREditDesigner.Commands.dlgCheckBoxElementProperties.resources
│ │ ├── EMREditDesigner.Commands.dlgCommandNameEditor.resources
│ │ ├── EMREditDesigner.Commands.dlgDocumentBorderBackground.resources
│ │ ├── EMREditDesigner.Commands.dlgDocumentOptions.resources
│ │ ├── EMREditDesigner.Commands.dlgElementTypeEditor.resources
│ │ ├── EMREditDesigner.Commands.dlgInputFieldProperties.resources
│ │ ├── EMREditDesigner.Commands.dlgInputFieldSettings.resources
│ │ ├── EMREditDesigner.Commands.dlgInputRTF.resources
│ │ ├── EMREditDesigner.Commands.dlgInputString.resources
│ │ ├── EMREditDesigner.Commands.dlgInsertTable.resources
│ │ ├── EMREditDesigner.Commands.dlgParagraphFormatcs.resources
│ │ ├── EMREditDesigner.Commands.dlgRegister.resources
│ │ ├── EMREditDesigner.Commands.dlgSearch.resources
│ │ ├── EMREditDesigner.Commands.dlgSpecifyPaste.resources
│ │ ├── EMREditDesigner.Commands.dlgWordCount.resources
│ │ ├── EMREditDesigner.Commands.dlgXDataBinding.resources
│ │ ├── EMREditDesigner.Common.dlgValueValidateStyleEditor.resources
│ │ ├── EMREditDesigner.Controls.WriterControl.resources
│ │ ├── EMREditDesigner.Controls.dlgAbout.resources
│ │ ├── EMREditDesigner.Data.DataStrings.resources
│ │ ├── EMREditDesigner.Data.dlgFormatDesigner.resources
│ │ ├── EMREditDesigner.Expression.dlgEventExpressionInfos.resources
│ │ ├── EMREditDesigner.License.LicenseStrings.resources
│ │ ├── EMREditDesigner.License.dlgStartPassword.resources
│ │ ├── EMREditDesigner.Medical.dlgMedicalExpressionProperties.resources
│ │ ├── EMREditDesigner.Printing.PrintingResources.resources
│ │ ├── EMREditDesigner.Printing.dlgPageSetup.resources
│ │ ├── EMREditDesigner.Printing.dlgWaitPrintJob.resources
│ │ ├── EMREditDesigner.Script.ScriptStrings.resources
│ │ ├── EMREditDesigner.Script.dlgInputBox.resources
│ │ ├── EMREditDesigner.Script.frmScriptEdtior.resources
│ │ ├── EMREditDesigner.ShapeEditor.ResourceStrings.resources
│ │ ├── EMREditDesigner.ShapeEditor.frmImageShapeEditor.resources
│ │ ├── EMREditDesigner.Writer.WriterStrings.resources
│ │ ├── EMREditDesigner.WriterResources.resources
│ │ ├── EMREditDesigner.csproj.AssemblyReference.cache
│ │ ├── EMREditDesigner.csproj.FileListAbsolute.txt
│ │ ├── EMREditDesigner.csproj.GenerateResource.Cache
│ │ ├── EMREditDesigner.csprojResolveAssemblyReference.cache
│ │ ├── EMREditDesigner.dll
│ │ ├── EMREditDesigner.pdb
│ │ └── TempPE
│ │ ├── Barcode.BarcodeStrings.Designer.cs.dll
│ │ ├── Common.ValueValidateStyleStrings.Designer.cs.dll
│ │ ├── Data.DataStrings.Designer.cs.dll
│ │ ├── License.LicenseStrings.Designer.cs.dll
│ │ ├── Printing.PrintingResources.Designer.cs.dll
│ │ ├── Script.ScriptStrings.Designer.cs.dll
│ │ ├── ShapeEditor.ResourceStrings.Designer.cs.dll
│ │ ├── Writer.WriterStrings.Designer.cs.dll
│ │ └── WriterResources.Designer.cs.dll
│ ├── EMREditDesigner.sln
│ ├── EMREditDesigner.v12.suo
│ ├── LICENSE
│ ├── README.md
│ ├── WindowsFormsApplication1
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── WindowsFormsApplication1.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── EMREditDesigner.dll
│ │ │ ├── EMREditDesigner.pdb
│ │ │ ├── WindowsFormsApplication1.exe
│ │ │ ├── WindowsFormsApplication1.pdb
│ │ │ ├── WindowsFormsApplication1.vshost.exe
│ │ │ ├── WindowsFormsApplication1.vshost.exe.manifest
│ │ │ └── xdesigner.writer-cleaned.dll
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── WindowsFormsApplication1.Form1.resources
│ │ ├── WindowsFormsApplication1.Properties.Resources.resources
│ │ ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
│ │ ├── WindowsFormsApplication1.csproj.GenerateResource.Cache
│ │ ├── WindowsFormsApplication1.csprojResolveAssemblyReference.cache
│ │ ├── WindowsFormsApplication1.exe
│ │ └── WindowsFormsApplication1.pdb
│ ├── test
│ │ ├── AppStartOptions.cs
│ │ ├── ControlTools.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Form2.Designer.cs
│ │ ├── Form2.cs
│ │ ├── Form2.resx
│ │ ├── Form3.Designer.cs
│ │ ├── Form3.cs
│ │ ├── Form3.resx
│ │ ├── MyCommandName.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Service References
│ │ │ └── ServiceReference1
│ │ │ ├── DataService.xsd
│ │ │ ├── Reference.cs
│ │ │ ├── Reference.svcmap
│ │ │ ├── configuration.svcinfo
│ │ │ ├── configuration91.svcinfo
│ │ │ ├── service.wsdl
│ │ │ ├── service.xsd
│ │ │ ├── service1.xsd
│ │ │ ├── test.ServiceReference1.BEDMANAGE.datasource
│ │ │ ├── test.ServiceReference1.BEDSTANDARD.datasource
│ │ │ ├── test.ServiceReference1.BLOODTYPE.datasource
│ │ │ ├── test.ServiceReference1.BRANCH.datasource
│ │ │ ├── test.ServiceReference1.BRANCHTYPE.datasource
│ │ │ ├── test.ServiceReference1.BRANCHTYPE_BRANCH.datasource
│ │ │ ├── test.ServiceReference1.BUSINESSTYPE.datasource
│ │ │ ├── test.ServiceReference1.CHARGETYPE.datasource
│ │ │ ├── test.ServiceReference1.CLINICTREAT_DIET.datasource
│ │ │ ├── test.ServiceReference1.CLINICTREAT_EXAM.datasource
│ │ │ ├── test.ServiceReference1.CLINICTREAT_LAB.datasource
│ │ │ ├── test.ServiceReference1.CLINICTREAT_MX_EXAM.datasource
│ │ │ ├── test.ServiceReference1.CLINICTREAT_MX_LAB.datasource
│ │ │ ├── test.ServiceReference1.CLINICTREAT_NURSE.datasource
│ │ │ ├── test.ServiceReference1.CLINICTREAT_TREAT.datasource
│ │ │ ├── test.ServiceReference1.COSTPROPERTY.datasource
│ │ │ ├── test.ServiceReference1.DEPTMENT.datasource
│ │ │ ├── test.ServiceReference1.DISCOUNTTYPE.datasource
│ │ │ ├── test.ServiceReference1.DOCTORADVICESTATE.datasource
│ │ │ ├── test.ServiceReference1.DOCTORADVICETYPE.datasource
│ │ │ ├── test.ServiceReference1.DOCTOR_ORDERLEVEL.datasource
│ │ │ ├── test.ServiceReference1.DOCTOR_PRESCRIPTION.datasource
│ │ │ ├── test.ServiceReference1.DRUGDICTIONARY.datasource
│ │ │ ├── test.ServiceReference1.DRUGTYPE.datasource
│ │ │ ├── test.ServiceReference1.EDUCATION.datasource
│ │ │ ├── test.ServiceReference1.EMPLOYEE.datasource
│ │ │ ├── test.ServiceReference1.FORMULATION.datasource
│ │ │ ├── test.ServiceReference1.FREQUENCY.datasource
│ │ │ ├── test.ServiceReference1.ICD10.datasource
│ │ │ ├── test.ServiceReference1.INHOUSETYPE.datasource
│ │ │ ├── test.ServiceReference1.INSPECTPARENT.datasource
│ │ │ ├── test.ServiceReference1.INSPECTTYPE.datasource
│ │ │ ├── test.ServiceReference1.INSTATE.datasource
│ │ │ ├── test.ServiceReference1.INSTORAGE.datasource
│ │ │ ├── test.ServiceReference1.INSTORAGE_DETAIL.datasource
│ │ │ ├── test.ServiceReference1.MEDPROPERTY.datasource
│ │ │ ├── test.ServiceReference1.MEDSITE.datasource
│ │ │ ├── test.ServiceReference1.MEDSITE_INSPECTTYPE.datasource
│ │ │ ├── test.ServiceReference1.MEDSYMBOL.datasource
│ │ │ ├── test.ServiceReference1.NATION.datasource
│ │ │ ├── test.ServiceReference1.NURSE.datasource
│ │ │ ├── test.ServiceReference1.NURSELEVEL.datasource
│ │ │ ├── test.ServiceReference1.ORDERLEVEL.datasource
│ │ │ ├── test.ServiceReference1.ORDERTYPE.datasource
│ │ │ ├── test.ServiceReference1.OUTHOUSETYPE.datasource
│ │ │ ├── test.ServiceReference1.OUTSTATE.datasource
│ │ │ ├── test.ServiceReference1.OUTSTORAGE.datasource
│ │ │ ├── test.ServiceReference1.OUTSTORAGE_DETAIL.datasource
│ │ │ ├── test.ServiceReference1.PATIENTSTATE.datasource
│ │ │ ├── test.ServiceReference1.PATIENTTYPE.datasource
│ │ │ ├── test.ServiceReference1.PAYSTYLE.datasource
│ │ │ ├── test.ServiceReference1.POSTROLE.datasource
│ │ │ ├── test.ServiceReference1.PRESCRIPTIONPACKAGE.datasource
│ │ │ ├── test.ServiceReference1.PRESCRIPTIONPACKAGEDETAIL.datasource
│ │ │ ├── test.ServiceReference1.PRESCRIPTIONTYPE.datasource
│ │ │ ├── test.ServiceReference1.PRICEADDPERCENT.datasource
│ │ │ ├── test.ServiceReference1.PRODUCTION.datasource
│ │ │ ├── test.ServiceReference1.PROFESSION.datasource
│ │ │ ├── test.ServiceReference1.RELATIONSHIP.datasource
│ │ │ ├── test.ServiceReference1.SAMPLE.datasource
│ │ │ ├── test.ServiceReference1.SERVICEPROJECT.datasource
│ │ │ ├── test.ServiceReference1.SEX.datasource
│ │ │ ├── test.ServiceReference1.SUBROLE.datasource
│ │ │ ├── test.ServiceReference1.SUPPLIER.datasource
│ │ │ ├── test.ServiceReference1.SURCHARGETYPE.datasource
│ │ │ ├── test.ServiceReference1.UNIT.datasource
│ │ │ ├── test.ServiceReference1.USAGE.datasource
│ │ │ ├── test.ServiceReference1.USAGEUNIT.datasource
│ │ │ ├── test.ServiceReference1.USER.datasource
│ │ │ └── test.ServiceReference1.WATERACCOUNT.datasource
│ │ ├── app.config
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── EMREditDesigner.dll
│ │ │ │ ├── EMREditDesigner.pdb
│ │ │ │ ├── test.exe
│ │ │ │ ├── test.exe.config
│ │ │ │ ├── test.pdb
│ │ │ │ ├── test.vshost.exe
│ │ │ │ ├── test.vshost.exe.config
│ │ │ │ └── test.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ └── Service References.ServiceReference1.Reference.cs.dll
│ │ │ ├── test.Form1.resources
│ │ │ ├── test.Form2.resources
│ │ │ ├── test.Properties.Resources.resources
│ │ │ ├── test.csproj.AssemblyReference.cache
│ │ │ ├── test.csproj.FileListAbsolute.txt
│ │ │ ├── test.csproj.GenerateResource.Cache
│ │ │ ├── test.csprojResolveAssemblyReference.cache
│ │ │ ├── test.exe
│ │ │ └── test.pdb
│ │ ├── test.csproj
│ │ └── test.csproj.user
│ ├── test.psess
│ ├── test131214(1).vspx
│ ├── test131214(2).vspx
│ ├── test131214(3).vspx
│ └── test131214.vspx
└── 电子word编辑器找例子网_EMREditDesigner.zip
76 directories, 987 files
评论